home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3fsave.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FILESAVE_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_FILESAVE = 17;
-
-
-
-
- // Description: Used internally for mapchanges.
-
- R3SAVE_FILE = 17005;
-
- function mR3SAVE_FILE() {
- DoA(this.r3obj, 17005, 0, R3TID_INTEGER, 0);
- }
-
- // Description: used internally for enumerating installed file formats
-
- R3SAVE_ADDFORMAT = 17006;
-
- function mR3SAVE_ADDFORMAT() {
- DoA(this.r3obj, 17006, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Register file format specific model and gadget. When the user selects the filer format
- // in question, the corresponding gadget is automatically shown in the 'Save As' window. The model
- // is passed to export method in 'p1'.
- // p1: Integer, class id of the file format
- // p2: Integer, class id of the model
- // p3: Integer, class id for the gadget
-
- R3CSAVE_REGISTERGADGET = 17007;
-
- function mR3CSAVE_REGISTERGADGET(p1, p2, p3) {
- DoA3(this.r3obj, 17007, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
- var R3FSAVEA_UpdateThumbnailObj = 17500; // Object
- var R3FSAVEA_UpdateThumbnailMth = 17501; // Integer
- var R3FSAVEA_FormatClid = 17502; // Integer
-
-
- function r3Filesave () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILESAVE, arguments);
- }
- // Methods
- this.FILE=mR3SAVE_FILE;
- this.ADDFORMAT=mR3SAVE_ADDFORMAT;
- this.REGISTERGADGET=mR3CSAVE_REGISTERGADGET;
-
- // Attributes
- }
-
- r3Filesave.prototype=new r3Window;
- // r3fsave.h_H